@charset "UTF-8";
/* stylelint-disable at-rule-no-unknown */
html,
body {
    width: 100%;
    height: 100%;
}

input::-ms-clear,
input::-ms-reveal {
    display: none;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
    width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-variant: tabular-nums;
    line-height: 1.5;
    background-color: #fff;
    -webkit-font-feature-settings: 'tnum';
            font-feature-settings: 'tnum';
}

[tabindex='-1']:focus {
    outline: none !important;
}

hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5em;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 500;
}

p {
    margin-top: 0;
    margin-bottom: 1em;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
    border-bottom: 0;
    cursor: help;
}

address {
    margin-bottom: 1em;
    font-style: normal;
    line-height: inherit;
}

input[type='text'],
input[type='password'],
input[type='number'],
textarea {
    -webkit-appearance: none;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1em;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 500;
}

dd {
    margin-bottom: 0.5em;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1em;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #666;
    text-decoration: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    -webkit-text-decoration-skip: objects;
}

a:focus {
    text-decoration: none;
    -webkit-text-decoration-skip: ink;
            text-decoration-skip-ink: auto;
}

a:hover {
    text-decoration: none;
    outline: 0;
}

a[disabled] {
    color: fade(#000, 0.25);
    cursor: not-allowed;
    pointer-events: none;
}

pre,
code,
kbd,
samp {
    font-size: 1em;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
}

pre {
    margin-top: 0;
    margin-bottom: 1em;
    overflow: auto;
}

figure {
    margin: 0 0 1em;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
        touch-action: manipulation;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75em;
    padding-bottom: 0.3em;
    color: rgba(0, 0, 0, 0.45);
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type='radio'],
input[type='checkbox'] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
}

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0.5em;
    padding: 0;
    color: inherit;
    font-size: 1.5em;
    line-height: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}

[type='search'] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

mark {
    padding: 0.2em;
    background-color: #feffe6;
}

::-moz-selection {
    color: #fff;
    background: #e30001;
}

::selection {
    color: #fff;
    background: #e30001;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 400;
    line-height: 1.3;
    color: inherit;
    margin-bottom: 0;
}

.h1 {
    font-size: 32px;
    color: #333;
}

.h2 {
    font-size: 26px;
}

.h3 {
    font-size: 24px;
}

.h4 {
    font-size: 20px;
}

.h5 {
    font-size: 18px;
}

.h6 {
    font-size: 16px;
}

.maxwidth {
    width: 1200px;
    margin: 0 auto;
}

hr {
    margin-top: 16px;
    margin-bottom: 16px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: "0/0"a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
    text-justify: inter-ideograph;
}

.text-nowrap {
    white-space: nowrap;
}

.text-truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.c-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: rgba(255, 255, 255, 0.8);
}

::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.8);
}

::-webkit-scrollbar-thumb {
    background-color: #bfbfbf;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
            box-shadow: 0 0 0 1000px white inset !important;
}

svg.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.unable-to-interact {
    cursor: not-allowed;
    pointer-events: none;
}

@font-face {
    font-family: "Rubik-Regular";
    src: url("../fonts/Rubik-Regular.woff2") format("woff2"), url("../fonts/Rubik-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@media only screen and (min-width: 961px) {
    a:hover {
        color: #e30001;
    }
}

@media only screen and (max-width: 1280px) {
    .maxwidth {
        width: 94%;
    }
}

@media only screen and (max-width: 960px) {
    .h1 {
        font-size: 26px;
    }
    .h2 {
        font-size: 22px;
    }
    .h3 {
        font-size: 20px;
    }
    .h4 {
        font-size: 18px;
    }
    .h5 {
        font-size: 16px;
    }
    .h6 {
        font-size: 15px;
    }
}

@media only screen and (max-width: 640px) {
    .h1 {
        font-size: 22px;
    }
    .h2 {
        font-size: 20px;
    }
    .h3 {
        font-size: 18px;
    }
    .h4 {
        font-size: 16px;
    }
    .h5 {
        font-size: 15px;
    }
    .h6 {
        font-size: 14px;
    }
}

.page-header {
    background: #fff;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.page-logo .img {
    height: 48px;
}

.page-header-top {
    padding: 16px 0;
}

.page-header-top .list {
    margin-left: auto;
}

.page-header-top .icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #42424e;
    overflow: hidden;
    margin-right: 6px;
}

.page-header-top .icon .img {
    width: 100%;
}

.page-header-top .hr {
    width: 1px;
    height: 20px;
    background: #d2d2d2;
    margin: 0 16px;
}

.page-header-top .language .active {
    color: #e30001;
}

.page-header-bottom {
    background: #42424e;
}

.page-nav {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.page-nav .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    padding: 0 18px;
    min-width: 80px;
    max-width: 140px;
    height: 50px;
    text-align: center;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

.page-nav .item span {
    line-height: 22px;
    max-height: 44px;
    overflow: hidden;
}

.page-nav .item.active {
    background-color: #e30001;
}

.page-nav .search {
    cursor: pointer;
}

.page-nav .search .title {
    width: 32px;
    height: 50px;
    background: url(../img/icon05.png) no-repeat center;
    background-size: 16px;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

.page-nav .search .content {
    left: auto;
    right: 0;
}

.page-nav .search .content::before, .page-nav .search .content::after {
    left: auto;
    right: 10px;
}

.page-nav .search .main {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    z-index: 1;
    padding-top: 9px;
}

.page-nav .search .form {
    width: 200px;
    padding: 0 10px;
    border-radius: 4px;
}

.page-nav .search .submit {
    background: url(../img/icon06.png) no-repeat center;
    border: none;
    outline: none;
    padding: 0;
    width: 20px;
    height: 36px;
    background-size: 16px;
    cursor: pointer;
}

.page-nav .search .input {
    width: 160px;
    height: 36px;
    border: none;
    padding: 0 0 0 8px;
    outline: none;
    color: #333;
}

.pc-menu {
    width: 50px;
    height: 50px;
    background: url(../img/side-menu.png) no-repeat center rgba(0, 0, 0, 0.3);
    background-size: 17px;
    position: fixed;
    right: 0;
    top: 80px;
    z-index: 6;
    cursor: pointer;
    -webkit-transition: background-color .3s, background-image .3s;
    -o-transition: background-color .3s, background-image .3s;
    transition: background-color .3s, background-image .3s;
}

.pc-menu.open {
    background-image: url(../img/side-close.png);
}

.pc-nav {
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 5;
    height: 100vh;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility .3s;
    -o-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
}

.pc-nav.open {
    opacity: 1;
    visibility: visible;
}

.pc-nav.open .main {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}

.pc-nav .main {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    width: 480px;
    height: 100%;
    padding: 50px;
    margin-left: auto;
    background: #30395f;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    position: relative;
    z-index: 1;
}

.pc-nav .bg {
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    cursor: pointer;
}

.pc-nav .title {
    font-size: 18px;
    margin-top: 30px;
}

.pc-nav .list {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.pc-nav .item {
    width: 33.33%;
    padding-right: 16px;
    margin-top: 32px;
}

.pc-nav .tit {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    position: relative;
    padding-bottom: 3px;
    margin-bottom: 9px;
}

.pc-nav .tit::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #fff;
}

.pc-nav .text {
    font-size: 13px;
    display: block;
    color: #fff;
    opacity: .6;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 4px;
}

@media only screen and (min-width: 961px) {
    .page-header-top .item {
        -webkit-transition: color .3s;
        -o-transition: color .3s;
        transition: color .3s;
    }
    .page-header-top .item .icon {
        -webkit-transition: background-color .3s;
        -o-transition: background-color .3s;
        transition: background-color .3s;
    }
    .page-header-top .item:hover {
        color: #e30001;
    }
    .page-header-top .item:hover .icon {
        background-color: #e30001;
    }
    .page-nav .item:hover {
        background-color: #e30001;
    }
    .page-nav .search .title:hover {
        background-color: #e30001;
    }
    .pc-menu:hover {
        background-color: #e30001;
    }
    .pc-nav .text:hover {
        opacity: 1;
    }
}

@media only screen and (max-width: 1280px) {
    .page-header-top .icon {
        width: 24px;
        height: 24px;
    }
    .page-header-top .item {
        font-size: 13px;
    }
    .page-header-top .hr {
        height: 16px;
        margin: 0 8px;
    }
    .page-nav {
        padding-right: 32px;
    }
}

@media only screen and (max-width: 960px) {
    .page-header {
        position: fixed;
        z-index: 5;
        width: 100%;
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
                box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    }
    .page-logo .img {
        height: 28px;
    }
    .page-header-top .list,
    .page-header-bottom,
    .pc-menu,
    .pc-nav {
        display: none;
    }
}

.page-footer {
    position: relative;
    z-index: 2;
    border-top: 2px #e30001 solid;
}

.page-footer .copyright {
    padding: 10px 0;
    font-size: 12px;
    border-top: 1px #bebebe solid;
}

.page-footer .copyright .record {
    margin-left: auto;
}

.page-footer .main {
    padding: 24px 0 16px;
}

.page-footer .content {
    margin-bottom: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.page-footer .item-l .img {
    height: 48px;
}

.page-footer .item-r {
    margin-left: auto;
}

.page-footer .item-r .item {
    margin-left: 36px;
}

.page-footer .social-contact {
    margin-top: 20px;
}

.friendly-link {
    width: 100%;
    font-size: 12px;
}

.friendly-link .tit {
    margin-right: 16px;
    margin-bottom: 4px;
}

.friendly-link .link {
    margin-right: 16px;
    padding-right: 16px;
    position: relative;
    margin-bottom: 4px;
}

.friendly-link .link::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 0;
    width: 1px;
    height: 12px;
    margin-top: -6px;
    background-color: #bebebe;
}

.friendly-link .link:last-of-type {
    margin-right: 0;
    padding-right: 0;
}

.friendly-link .link:last-of-type::after {
    display: none;
}

.social-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.social-contact-item {
    width: 36px;
    height: 36px;
    margin-left: 20px;
    border: 1px #999 solid;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    -webkit-transition: border-color .3s, background-color .3s, background-image .3s;
    -o-transition: border-color .3s, background-color .3s, background-image .3s;
    transition: border-color .3s, background-color .3s, background-image .3s;
}

.social-contact-item.weibo {
    background: url(../img/weibo.png) no-repeat center;
    background-size: 20px;
}

.social-contact-item.weixin {
    background: url(../img/weixin.png) no-repeat center;
    background-size: 20px;
}

.social-contact-img {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: -120px;
    width: 112px;
    margin-left: -56px;
    background: #fff;
    border: 1px #ddd solid;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility .3s;
    -o-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
}

.social-contact-img::after, .social-contact-img::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -8px;
    z-index: 1;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #ccc;
}

.social-contact-img::after {
    bottom: -7px;
    z-index: 2;
    border-top-color: #fff;
}

@media only screen and (min-width: 961px) {
    .social-contact-item:hover {
        background-color: #e30001;
        border-color: #e30001;
    }
    .social-contact-item:hover.weibo {
        background-image: url(../img/weibo-w.png);
    }
    .social-contact-item:hover.weixin {
        background-image: url(../img/weixin-w.png);
    }
    .social-contact-item.hasimg:hover .social-contact-img {
        opacity: 1;
        visibility: visible;
    }
}

@media only screen and (max-width: 1280px) {
    .page-footer .item-r .item {
        font-size: 13px;
        margin-left: 24px;
    }
}

@media only screen and (max-width: 960px) {
    .page-footer {
        border: none;
        background: #e30001;
        color: #fff;
    }
    .page-footer .main {
        display: none;
    }
    .page-footer .copyright {
        border: none;
        text-align: center;
    }
    .page-footer .copyright > div {
        width: 100%;
        margin-bottom: 2px;
    }
}

.nav-toggle {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.nav-toggle.on .nav-toggle-list span:nth-of-type(1) {
    -webkit-animation: phone-navtop-animon .4s linear forwards;
            animation: phone-navtop-animon .4s linear forwards;
}

.nav-toggle.on .nav-toggle-list span:nth-of-type(2) {
    opacity: 0;
}

.nav-toggle.on .nav-toggle-list span:nth-of-type(3) {
    -webkit-animation: phone-navbottom-animon .4s linear forwards;
            animation: phone-navbottom-animon .4s linear forwards;
}

.nav-toggle.off .nav-toggle-list span:nth-of-type(1) {
    -webkit-animation: phone-navtop-animoff .4s linear forwards;
            animation: phone-navtop-animoff .4s linear forwards;
}

.nav-toggle.off .nav-toggle-list span:nth-of-type(2) {
    opacity: 1;
    -webkit-transition: opacity .2s linear .2s;
    -o-transition: opacity .2s linear .2s;
    transition: opacity .2s linear .2s;
}

.nav-toggle.off .nav-toggle-list span:nth-of-type(3) {
    -webkit-animation: phone-navbottom-animoff .4s linear forwards;
            animation: phone-navbottom-animoff .4s linear forwards;
}

.nav-toggle-list {
    width: 30px;
    height: 18px;
    position: absolute;
    top: 21px;
    right: 15px;
}

.nav-toggle-list span {
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #666;
    border-radius: 1px;
    border-radius: 1.5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.nav-toggle-list span:nth-of-type(1) {
    top: 0;
}

.nav-toggle-list span:nth-of-type(2) {
    top: 8px;
}

.nav-toggle-list span:nth-of-type(3) {
    width: 50%;
    top: 16px;
}

@-webkit-keyframes phone-navtop-animon {
    0% {
        top: 0;
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    50% {
        top: 8px;
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100% {
        top: 8px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
    }
}

@keyframes phone-navtop-animon {
    0% {
        top: 0;
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    50% {
        top: 8px;
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100% {
        top: 8px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
    }
}

@-webkit-keyframes phone-navbottom-animon {
    0% {
        width: 50%;
        top: 16px;
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    50% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
    }
}

@keyframes phone-navbottom-animon {
    0% {
        width: 50%;
        top: 16px;
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    50% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
    }
}

@-webkit-keyframes phone-navtop-animoff {
    0% {
        top: 8px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
    }
    50% {
        top: 8px;
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100% {
        top: 0;
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
}

@keyframes phone-navtop-animoff {
    0% {
        top: 8px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
    }
    50% {
        top: 8px;
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100% {
        top: 0;
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
}

@-webkit-keyframes phone-navbottom-animoff {
    0% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
    }
    50% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100% {
        width: 50%;
        top: 16px;
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
}

@keyframes phone-navbottom-animoff {
    0% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
    }
    50% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100% {
        width: 50%;
        top: 16px;
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
}

.phone-nav {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
    opacity: 0;
    visibility: hidden;
}

.phone-nav ::-webkit-scrollbar {
    width: 0;
    height: 0;
    background-color: rgba(255, 255, 255, 0);
}

.phone-nav.active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}

.phone-nav .main {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 240px;
    height: 100%;
    background: #fff;
    border-left: 1px #eee solid;
    overflow: hidden;
    -webkit-transform: translateX(240px);
        -ms-transform: translateX(240px);
            transform: translateX(240px);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    overflow: hidden;
}

.phone-nav nav .ali-icon {
    margin-left: auto;
    width: 32px;
    height: 32px;
}

.phone-nav nav a {
    display: block;
    height: 48px;
    padding: 0 40px 0 20px;
    font-size: 15px;
    line-height: 48px;
    border-bottom: 1px solid #eee;
    color: #777;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.phone-nav nav a.active {
    background: url(../img/ico_navright.png) right 20px center no-repeat;
    background-size: 7px;
}

.phone-nav ul {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #fff;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    list-style: none;
}

.phone-nav ul a {
    display: block;
    height: 48px;
    padding: 0 20px;
    font-size: 15px;
    line-height: 48px;
    border-bottom: 1px solid #eee;
    color: #777;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.phone-nav ul.on {
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
}

.phone-nav li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility .3s;
    -o-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
}

.phone-nav li.on {
    opacity: 1;
    visibility: visible;
}

.phone-nav .title {
    font-size: 16px;
    line-height: 60px;
    padding-right: 20px;
    text-align: right;
    background: #f2f2f2 url(../img/ico_navleft.png) left 20px center no-repeat;
    background-size: 7px;
}

.phone-nav .bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.phone-nav .search {
    height: 60px;
    line-height: 60px;
    border-bottom: none;
    background: #e30001;
}

.phone-nav .search .submit {
    background: url(../img/icon05.png) no-repeat center;
    border: none;
    outline: none;
    padding: 0;
    width: 22px;
    height: 60px;
    background-size: 22px;
}

.phone-nav .search .input {
    width: calc(100% - 22px);
    height: 60px;
    line-height: 1.5;
    border: none;
    padding: 0 0 0 12px;
    outline: none;
    color: #fff;
    font-size: 16px;
    background: none;
}

.phone-nav .search ::-moz-placeholder {
    color: #fff;
}

.phone-nav .search ::-webkit-input-placeholder {
    color: #fff;
}

.phone-nav .search :-ms-input-placeholder {
    color: #fff;
}

body.mNavOn .page-header {
    -webkit-transform: translateX(-240px);
        -ms-transform: translateX(-240px);
            transform: translateX(-240px);
}

body.mNavOn .phone-nav {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s, visibility .3s;
    -o-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
}

body.mNavOn .phone-nav .main {
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
}

body.mNavOff .phone-nav {
    -webkit-transition: opacity .3s, visibility .3s;
    -o-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
}

.phone-sub-nav {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9;
    width: 100vw;
    max-width: 480px;
    height: 100vh;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    -o-transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
    -webkit-box-shadow: 3px 0px 13px 0px rgba(145, 144, 144, 0.5);
            box-shadow: 3px 0px 13px 0px rgba(145, 144, 144, 0.5);
}

.phone-sub-nav.on {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
}

.phone-sub-nav .nav-toggle {
    top: 2%;
}

.phone-sub-nav .main {
    width: 66%;
}

.phone-sub-nav .link {
    font-size: 16px;
    width: 100%;
    display: block;
    padding: 23px 0;
    text-align: center;
    border-bottom: 1px #ccc solid;
    color: #7f7f7f;
}

.phone-sub-nav .link:last-of-type {
    border-bottom: none;
}

@media only screen and (min-width: 961px) {
    .phone-sub-nav,
    .phone-nav,
    .nav-toggle {
        display: none;
    }
}

.c-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    overflow: hidden;
    outline: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0;
    visibility: hidden;
}

.c-modal.on {
    opacity: 1;
    visibility: visible;
}

.c-modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #000;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.c-modal-backdrop.on {
    opacity: .5;
}

.c-modal-dialog {
    width: auto;
    max-width: 94%;
    max-height: 94%;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
            box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    outline: 0;
    margin: 0 auto;
    opacity: 0;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    -o-transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    overflow: hidden;
}

.c-modal-dialog.on {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.c-modal-dialog .content {
    display: none;
}

.c-modal-dialog .video {
    display: block;
    width: 768px;
    height: 432px;
}

.c-modal-dialog .video iframe {
    width: 100%;
    height: 100%;
}

.c-modal-dialog .video video,
.c-modal-dialog .video .video-js {
    width: 100%;
    height: 100%;
}

.c-modal-dialog .form {
    display: block;
}

.c-modal-dialog .imgshow .img {
    max-width: 100%;
}

.c-modal-dialog .imgshow .move {
    max-height: 94vh;
    overflow-y: scroll;
}

.c-modal-dialog .imgshow .move::-webkit-scrollbar {
    width: 17px;
    height: 17px;
    background-color: rgba(255, 255, 255, 0.8);
}

.c-modal-dialog .img {
    display: block;
}

.c-modal-dialog .img > img {
    max-width: 94vw;
    max-height: 94vh;
}

.c-modal-off {
    width: 20px;
    height: 20px;
    color: #fff;
    position: absolute;
    z-index: 3;
    right: 20px;
    top: 20px;
    cursor: pointer;
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: -webkit-transform .4s ease-out;
    -o-transition: transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out, -webkit-transform .4s ease-out;
}

.c-modal-off::after, .c-modal-off::before {
    content: '';
    width: 100%;
    height: 2px;
    background: #ddd;
    position: absolute;
    left: 0;
    top: 9px;
}

.c-modal-off::after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.c-modal-off::before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.c-modal-off:hover {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

@media only screen and (max-width: 768px) {
    .c-modal-dialog {
        width: 94%;
    }
    .c-modal-dialog .video {
        width: 100%;
        height: auto;
        padding-bottom: 56.25%;
        position: relative;
    }
    .c-modal-dialog .video-js {
        position: absolute;
    }
    .c-modal-dialog .search {
        margin: 0 auto;
    }
    .c-modal-dialog .search .input {
        height: 54px;
        line-height: 54px;
    }
    .c-modal-dialog .search .submit {
        width: 54px;
        height: 54px;
        background-size: 24px;
    }
}

.c-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 28px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-weight: 400;
}

.c-pagination.center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.c-pagination.type-a .c-pagination-item {
    background: none;
    color: #fff;
}

.c-pagination.type-a .c-pagination-item.active {
    background-color: #e30001;
}

.c-pagination-item {
    display: block;
    font-size: 14px;
    line-height: 28px;
    background: #fff;
    border: 1px #ddd solid;
    padding: 0 10px;
    margin-right: 8px;
    margin-top: 8px;
    color: #999;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.c-pagination-item.disabled {
    cursor: not-allowed;
    color: #999;
    opacity: .4;
}

.c-pagination-item:last-of-type {
    margin-left: 0;
}

.c-pagination-item:not(.disabled):hover, .c-pagination-item.active {
    color: #fff;
    background-color: #e30001;
    border-color: #e30001;
}

@media only screen and (max-width: 960px) {
    .c-pagination {
        margin-top: 24px;
    }
}

@media only screen and (max-width: 640px) {
    .c-pagination {
        margin-top: 20px;
    }
}

.swiper-container {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.swiper-container.isready {
    opacity: 1;
}

.page-main {
    overflow: hidden;
}

.bsBox {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
}

.c-imghover {
    overflow: hidden;
}

.c-imghover .c-imghover-item {
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: -webkit-transform .4s ease-out;
    -o-transition: transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out, -webkit-transform .4s ease-out;
}

.inside-banner .img {
    width: 100%;
}

.inside-banner .img-m {
    width: 100%;
    display: none;
}

.crumb-nav-link {
    color: #999;
    padding-right: 16px;
    margin-right: 6px;
    position: relative;
    max-width: 160px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
}

.crumb-nav-link::after {
    content: '>';
    line-height: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
    color: #ccc;
}

.crumb-nav-active {
    color: #e30001;
    max-width: 160px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
}

.editor-detail {
    color: #666;
    font-size: 15px;
    line-height: 1.8;
    text-align: justify;
    text-justify: inter-ideograph;
}

.editor-detail ul {
    list-style: none;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
}

.editor-detail ul li:before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    content: "•";
    display: inline-block;
    font-size: 14px;
    margin-left: -58px;
    padding-right: 15px;
    text-align: right;
    font-weight: 700;
    width: 58px;
}

.editor-detail ol {
    list-style: decimal;
}

.editor-detail li {
    margin-left: 30px;
    padding-top: 2px;
}

.editor-detail a {
    text-decoration: underline;
}

.editor-detail blockquote {
    background-color: #f2f5fb;
    padding: 5px 20px;
    margin-left: 0;
    margin-right: 0;
    color: #243342;
    border-left: 5px solid #d0d6dc;
}

.editor-detail img {
    max-width: 100%;
}

.editor-detail.img-center img {
    display: block;
    margin: 0 auto;
}

.editor-detail.word-type {
    text-indent: 2em;
}

.editor-detail.word-type p {
    margin: 15px 0;
}

.editor-detail.word-type p img {
    display: block;
    margin: 0 auto;
}

.editor-detail.word-type p:first-of-type {
    margin-top: 0;
}

.editor-detail.no-spacing p {
    margin: 0;
}

@media only screen and (min-width: 961px) {
    .c-imghover:hover .c-imghover-item {
        -webkit-transition: -webkit-transform 1.2s ease-out;
        transition: -webkit-transform 1.2s ease-out;
        -o-transition: transform 1.2s ease-out;
        transition: transform 1.2s ease-out;
        transition: transform 1.2s ease-out, -webkit-transform 1.2s ease-out;
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}

@media only screen and (max-width: 960px) {
    .page-main {
        padding-top: 60px;
    }
    .inside-banner .img {
        display: none;
    }
    .inside-banner .img-m {
        display: block;
    }
}

.index-banner .img {
    width: 100%;
}

.index-banner .img-m {
    width: 100%;
    display: none;
}

.index-banner .swiper-slide {
    overflow: hidden;
}

.index-banner .index-page-pagination {
    bottom: 4%;
}

.index-banner .index-page-pagination .swiper-pagination-bullet {
    margin: 0 5px;
}

.index-banner .swiper-button-prev {
    left: 4%;
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAoCAYAAAD+MdrbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTMzMkJCRDFCOUJFMTFFOUE1Q0FDMzFDOENCNEU4MUMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTMzMkJCRDBCOUJFMTFFOUE1Q0FDMzFDOENCNEU4MUMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkIzOTUxRERGNzJENTExRTk4NEVFQ0E4RkRDNTVGRUE1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkIzOTUxREUwNzJENTExRTk4NEVFQ0E4RkRDNTVGRUE1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+uzFI+AAAAZ9JREFUeNqkl7FLw1AQh5ugIFgQcRArFLs4KjrVQRB0EJyFunVxqaKb+Be4uFgcXApuFRzEWd0ElQ6Kg6hVEQUVRHFRtNPzd5JAiO8uyfXgC+3x8vWaa64vKWNMqgl6wR44AyXKOXRQhgPuQC6QK2orS4NT8z+uXWV1W2DIkr/QVLdk7PEIupPKlg0fHX/9SCDrF2TT/rq4skHwwciKwbVxhV+MrBxeG0e2zcgObOujZLuM7Ig7R5LNC03oSSqcYUTfIC99K1syL1Q2EXXNw4l28BS3o1HCNnDDyFbj3gDBN/uM7DLJ7em/WGFkV1JHOeECI/sBnUmnER3eLbJPMKoZvq43ysNB/wt1zeQlYcWST4ND1Sz3Sq0w15E672i6TNQZ6Y5WmANvjHRWIyQyoMFISxohURCGQ59GSCwywocoqfRpa4z0BbgaIXHCSKtaIVFjpJtaYZfQpDmNkBgXpFMaITEpSIc1QmKdEb6CFo2Q2GCktAFt1W6Jz8GAJV/WCjPgGGRD+XvtlvgZjIBGKF9t5pGCGPMeKW79H/qvAAMAoZWVxVttRv4AAAAASUVORK5CYII=");
}

.index-banner .swiper-button-next {
    right: 4%;
    -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
            transform: translateX(50px);
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAoCAYAAAD+MdrbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUIwQTc4Q0ZCOUJFMTFFOUJDRTY4M0RDN0RGNjZENkQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUIwQTc4Q0VCOUJFMTFFOUJDRTY4M0RDN0RGNjZENkQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkEyMEIyQzAzNzJENTExRTk4RUYxRkQzQjI2MDNCMUE5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkEyMEIyQzA0NzJENTExRTk4RUYxRkQzQjI2MDNCMUE5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+6H7RTwAAAYpJREFUeNqklzFLA0EQhfcORcGAiIVoGm1sRatYCIIWgrVgKm1sopBO/AU2NhELm4BdBAuxVjtBxMJgIWqUQAQNiGKjSKr1jZyFyc7Cvjz4rtg7Pu6Yu9k5Y601IAfK4BikkzUKOSzZ/6mCqB3hvW3NFUgxwtgYc2NaMw72DRNYB8CTdWedeWSh1+rZYITCgkc6ygiFZUX4AcYYobCtSL9YoXCqSA9YoXCuSI9Y4aCnSGuMUMiAb0WaZYTCrOdOM4zQV/ln0MMIhS1F+gC6GaFwq0hPWKFU/k6Rbso1v400MH2gDroc5/Jsq58Cn467fI8Nl4q0Usd6xArPQMqxXgx91CipqCtFpsqHiqzCvDYriuwNjIQKc4qsAYZCP71hT3NYDG0OIqspsnxo+4pBXZEVmAZbUmQXzBawp8gumU1q1VOE/lDhvEc2E7ovT3hkc6GjSAd4VWQ7ocNSZzJgurLLjHMFRXbNjsRVh6zW/I2GjMSlpibZAJPghR2J/17kx+TXYrqd34ofAQYA58UN+6koC8AAAAAASUVORK5CYII=");
}

.index-banner .swiper-button-prev,
.index-banner .swiper-button-next {
    opacity: 0;
    outline: none;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background-color: rgba(0, 0, 0, 0.3);
    background-size: 10px 20px;
    background-position: center;
    border-radius: 50%;
    -webkit-transition: background-color .3s, opacity .3s, -webkit-transform .3s;
    transition: background-color .3s, opacity .3s, -webkit-transform .3s;
    -o-transition: background-color .3s, opacity .3s, transform .3s;
    transition: background-color .3s, opacity .3s, transform .3s;
    transition: background-color .3s, opacity .3s, transform .3s, -webkit-transform .3s;
}

.index-banner .swiper-button-prev:hover,
.index-banner .swiper-button-next:hover {
    background-color: #e30001;
}

.index-page-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
    position: relative;
    border-radius: 50%;
    -webkit-transition: width .3s, background-color .3s;
    -o-transition: width .3s, background-color .3s;
    transition: width .3s, background-color .3s;
}

.index-page-pagination .swiper-pagination-bullet-active {
    background: #e30001;
}

.index-page01 {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 32px 0;
}

.index-page01 .tit {
    font-weight: 700;
    margin-bottom: 10px;
}

.index-page01 .text {
    color: #666;
}

.index-page01 .item {
    width: 25%;
    padding: 24px 120px 40px 20px;
    margin-left: 1.25%;
    color: #fff;
    position: relative;
}

.index-page01 .item::after {
    content: '';
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 1;
    width: 80px;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.index-page01 .item:nth-of-type(1) {
    width: 21.25%;
    padding: 12px 0;
    background: #fff;
    margin-left: 0;
    pointer-events: none;
}

.index-page01 .item:nth-of-type(1)::after {
    display: none;
}

.index-page01 .item:nth-of-type(2) {
    background: #426fdb;
}

.index-page01 .item:nth-of-type(2)::after {
    background-image: url(../img/icon07.png);
}

.index-page01 .item:nth-of-type(3) {
    background: #0cb452;
}

.index-page01 .item:nth-of-type(3)::after {
    background-image: url(../img/icon08.png);
}

.index-page01 .item:nth-of-type(4) {
    background: #f8b026;
}

.index-page01 .item:nth-of-type(4)::after {
    background-image: url(../img/icon09.png);
}

.index-page01 .title {
    margin-bottom: 6px;
}

.index-page01 .content {
    font-family: Rubik-Regular;
    opacity: .75;
}

.index-page02 {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.index-page02 .item-l {
    width: 65%;
}

.index-page02 .item-r {
    width: 31%;
    margin-left: auto;
}

.index-page02 .item-r .item {
    padding: 15px;
    border: 1px #eee solid;
    display: block;
}

.index-page02 .item-r .img-box {
    overflow: hidden;
}

.index-page02 .item-r .img {
    width: 100%;
}

.index-page02 .item-r .title {
    color: #333;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-top: 8px;
}

.index-page02 .item-r .day {
    margin-top: 4px;
    color: #666;
    font-size: 15px;
}

.index-page02 .item-r .content {
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    color: #888;
    margin-top: 4px;
}

.index-page02 .item-r .more {
    color: #426fdb;
    margin-top: 8px;
}

.index-page02 .tab {
    padding: 0 12px;
    border-bottom: 1px #d2d2d2 solid;
}

.index-page02 .tab .item {
    max-width: 100px;
    padding: 10px;
    margin-right: 12px;
    cursor: pointer;
    text-align: center;
    position: relative;
    z-index: 1;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.index-page02 .tab .item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background-color: #e30001;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    opacity: 0;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    -o-transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
}

.index-page02 .tab .item.active {
    color: #e30001;
}

.index-page02 .tab .item.active::after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
}

.index-page02 .tab .more {
    margin-left: auto;
    color: #426fdb;
}

.index-page02 .tab-content .item {
    display: none;
}

.index-page02 .tab-content .link {
    display: block;
    padding: 13px 240px 13px 12px;
    border-top: 1px dashed #ddd;
    position: relative;
}

.index-page02 .tab-content .link:first-of-type {
    border-top: none;
}

.index-page02 .tab-content .link::after {
    content: attr(data-day);
    position: absolute;
    right: 12px;
    top: 50%;
    line-height: 1;
    font-size: 12px;
    margin-top: -6px;
    color: #e30001;
}

.index-page03 {
    padding: 40px 0;
}

.index-page03 .list {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.index-page03 .item {
    width: 35%;
    display: block;
    position: absolute;
    top: 0;
    -webkit-transition: left .3s;
    -o-transition: left .3s;
    transition: left .3s;
}

.index-page03 .img {
    width: 100%;
}

.index-page03 .main {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.15);
    color: #fff;
    padding: 40px;
    font-size: 22px;
}

.index-page03 .tit {
    font-family: Rubik-Regular;
    line-height: 1.2;
    text-transform: uppercase;
    opacity: .8;
}

.index-page03 .title {
    margin-top: 4px;
}

@media only screen and (min-width: 961px) {
    .index-banner:hover .swiper-button-prev,
    .index-banner:hover .swiper-button-next {
        opacity: 1;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
    }
    .index-page01 .item:hover::after {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
    }
    .index-page02 .tab .item:hover {
        color: #e30001;
    }
    .index-page02 .tab .item:hover::after {
        opacity: 1;
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1);
    }
    .index-page03 .list.type-0 .item:nth-of-type(2) {
        left: 35%;
    }
    .index-page03 .list.type-0 .item:nth-of-type(3) {
        left: 57%;
    }
    .index-page03 .list.type-0 .item:nth-of-type(4) {
        left: 79%;
    }
    .index-page03 .list.type-1 .item:nth-of-type(2) {
        left: 22%;
    }
    .index-page03 .list.type-1 .item:nth-of-type(3) {
        left: 57%;
    }
    .index-page03 .list.type-1 .item:nth-of-type(4) {
        left: 79%;
    }
    .index-page03 .list.type-2 .item:nth-of-type(2) {
        left: 22%;
    }
    .index-page03 .list.type-2 .item:nth-of-type(3) {
        left: 44%;
    }
    .index-page03 .list.type-2 .item:nth-of-type(4) {
        left: 79%;
    }
    .index-page03 .list.type-3 .item:nth-of-type(2) {
        left: 22%;
    }
    .index-page03 .list.type-3 .item:nth-of-type(3) {
        left: 44%;
    }
    .index-page03 .list.type-3 .item:nth-of-type(4) {
        left: 65%;
    }
    .index-page03 .item:nth-of-type(1) {
        position: relative;
        z-index: 0;
    }
    .index-page03 .item:nth-of-type(2) {
        left: 25%;
        z-index: 1;
    }
    .index-page03 .item:nth-of-type(3) {
        left: 50%;
        z-index: 2;
    }
    .index-page03 .item:nth-of-type(4) {
        left: 75%;
        z-index: 3;
    }
}

@media only screen and (max-width: 1280px) {
    .index-page03 .main {
        padding: 32px;
        font-size: 18px;
    }
}

@media only screen and (max-width: 1200px) {
    .index-page01 {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .index-page01 .item {
        width: 32%;
        margin-left: 0;
    }
    .index-page01 .item:nth-of-type(1) {
        display: none;
    }
    .index-page02 .item-l {
        width: 100%;
    }
    .index-page02 .item-r {
        display: none;
    }
    .index-page03 .main {
        font-size: 16px;
        padding: 24px;
    }
}

@media only screen and (max-width: 960px) {
    .index-banner .img {
        display: none;
    }
    .index-banner .img-m {
        display: block;
    }
    .index-page01 .item {
        padding: 20px 60px 36px 20px;
    }
    .index-page01 .item::after {
        width: 40px;
        height: 40px;
    }
    .index-page03 {
        padding: 32px 0;
    }
    .index-page03 .list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .index-page03 .item {
        width: 50%;
        position: relative;
    }
    .index-page02 .tab-content .link {
        padding: 12px 120px 12px 12px;
    }
}

@media only screen and (max-width: 640px) {
    .index-page01 {
        padding: 12px 0;
    }
    .index-page01 .item {
        width: 100%;
        margin-bottom: 12px;
    }
    .index-page02 .tab {
        padding: 0;
        padding-bottom: 8px;
    }
    .index-page02 .tab .item {
        display: none;
        padding: 0;
        font-size: 18px;
    }
    .index-page02 .tab .item::after {
        display: none;
    }
    .index-page02 .tab .item.active {
        display: block;
        max-width: auto;
        color: #333;
    }
    .index-page02 .tab .more {
        font-size: 12px;
    }
    .index-page02 .tab-content .link {
        padding: 10px 110px 10px 0;
    }
    .index-page02 .tab-content .link::after {
        right: 0;
    }
    .index-page03 {
        padding: 16px 0 0;
    }
    .index-page03 .item {
        width: 100%;
    }
}

.inside-nav {
    border-bottom: 1px #e8e8e8 solid;
}

.inside-nav .list {
    margin-left: auto;
}

.inside-nav .text {
    max-width: 100px;
    margin-left: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 80px;
    line-height: 1.2;
    color: #888;
    position: relative;
    text-align: center;
}

.inside-nav .text::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background-color: #e30001;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    opacity: 0;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    -o-transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
}

.inside-nav .text.active {
    color: #e30001;
}

.inside-nav .text.active::after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
}

.inside-nav .crumb-nav {
    padding: 20px 0;
}

.inside-nav.crumb-always-show .crumb-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.inside-main {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.inside-main-l {
    width: 33%;
    padding: 36px 36px 36px 0;
    position: relative;
}

.inside-main-l.type-a {
    padding-right: 0;
}

.inside-main-l .img {
    width: 100%;
}

.inside-main-r {
    width: 67%;
    padding: 48px 0 48px 48px;
    border-left: 1px #e6e6e6 solid;
}

.inside-title {
    margin-bottom: 32px;
    position: relative;
}

.inside-title .title {
    color: #e30001;
    margin-bottom: 2px;
}

.inside-title .tit {
    color: #ccc;
}

.inside-title .nav {
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.inside-title .link {
    text-align: center;
    margin-right: 12px;
    padding: 6px 12px;
    max-width: 120px;
    -webkit-transition: color .3s, background-color .3s;
    -o-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s;
}

.inside-title .link.active {
    background: #e30001;
    color: #fff;
}

.inside-title .link:last-of-type {
    margin-right: 0;
}

.inside-title .zf-search {
    position: absolute;
    right: 0;
    bottom: 8px;
}

.inside-pd {
    padding: 48px 0 80px;
}

.inside-column {
    background-color: #f9f9f9;
    padding: 24px 60px 24px 24px;
    position: relative;
}

.inside-column .tit {
    color: #e30001;
    font-size: 28px;
    margin-bottom: 8px;
    line-height: 1.1;
}

.inside-column .title {
    font-size: 22px;
    color: #333;
    margin-bottom: 8px;
    line-height: 1.3;
}

.inside-column .content {
    color: #888;
}

.inside-column .line {
    width: 28px;
    height: 2px;
    background: #e30001;
    position: absolute;
    left: 24px;
    bottom: 36px;
}

.inside-column::after {
    content: '';
    display: block;
    width: 52px;
    height: 72px;
    background: url(../img/icon13.png) no-repeat center;
    background-size: 100%;
    margin: 8px 0 0 auto;
    position: relative;
    left: 36px;
}

@media only screen and (min-width: 961px) {
    .inside-nav .text:hover {
        color: #e30001;
    }
    .inside-nav .text:hover::after {
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1);
        opacity: 1;
    }
    .inside-title .link:hover {
        background: #e30001;
        color: #fff;
    }
}

@media only screen and (max-width: 1280px) {
    .inside-nav .text {
        font-size: 13px;
        height: 64px;
    }
    .inside-pd {
        padding: 40px 0 60px;
    }
}

@media only screen and (max-width: 1200px) {
    .inside-nav .crumb-nav {
        display: none;
    }
    .inside-column {
        padding-right: 24px;
    }
    .inside-column::after {
        left: 0;
    }
}

@media only screen and (max-width: 960px) {
    .inside-nav .list {
        display: none;
    }
    .inside-nav .crumb-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 16px 0;
    }
    .inside-main-l {
        width: 100%;
        max-width: 280px;
        padding: 36px 0 0;
    }
    .inside-main-l.m-hide {
        display: none;
    }
    .inside-main-r {
        width: 100%;
        padding: 36px 0;
        border-left: none;
    }
    .inside-pd {
        padding: 36px 0 48px;
    }
}

@media only screen and (max-width: 640px) {
    .inside-nav .crumb-nav {
        padding: 12px 0;
    }
    .inside-title {
        margin-bottom: 20px;
    }
    .inside-title .zf-search {
        position: relative;
        bottom: 0;
        margin-top: 16px;
    }
    .inside-main-l {
        padding-top: 24px;
        max-width: 240px;
    }
    .inside-main-r {
        padding: 24px 0;
    }
    .inside-pd {
        padding: 28px 0 32px;
    }
    .inside-title .nav {
        position: relative;
        margin-top: 16px;
    }
    .inside-title .link {
        font-size: 13px;
        padding: 4px 8px;
    }
}

.company-page01 .inside-main-l .video-box {
    position: relative;
}

.company-page01 .inside-main-l .video {
    width: 44.44%;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

.company-page01 .inside-main-l .video::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.6);
}

.company-page01 .inside-main-l .video::after {
    content: '';
    width: 36px;
    height: 36px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -18px;
    margin-top: -18px;
    background: url(../img/icon10.png) no-repeat center;
    background-size: 100% 100%;
}

.honor-swiper .swiper-slide,
.honor-swiper .img-box {
    overflow: hidden;
}

.honor-swiper .img {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.honor-swiper .bg {
    width: 100%;
}

.honor-swiper .title {
    font-size: 16px;
    padding: 12px 16px 0;
    text-align: center;
    line-height: 1.3;
}

.honor-swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ddd;
    opacity: 1;
    position: relative;
    border-radius: 50%;
    -webkit-transition: width .3s, background-color .3s;
    -o-transition: width .3s, background-color .3s;
    transition: width .3s, background-color .3s;
}

.honor-swiper .swiper-pagination-bullet-active {
    background: #e30001;
}

.honor-swiper > .swiper-pagination-bullets {
    position: relative;
    bottom: 0;
    margin-top: 16px;
}

.culture-page01 .editor-detail p {
    margin-bottom: 4px;
}

.history-list .item {
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px #ccc dashed;
    position: relative;
}

.history-list .item::before {
    content: attr(data-year);
    max-width: 400px;
    word-break: break-all;
    position: absolute;
    font-size: 40px;
    line-height: 1;
    color: #e30001;
    top: 6px;
    left: -47px;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    padding-right: 24px;
    border-right: 3px #e30001 solid;
}

.history-list .item:last-of-type {
    border-bottom: none;
}

.journal-page01 {
    position: relative;
}

.journal-nav {
    max-width: 400px;
    word-break: break-all;
    position: absolute;
    left: -47px;
    top: 4px;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
}

.journal-nav .item {
    display: block;
    font-size: 16px;
    padding: 2px 16px 2px 24px;
    margin-bottom: 16px;
    text-align: right;
    position: relative;
}

.journal-nav .item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-left: 4px solid #e30001;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 0 dotted;
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 0;
    margin-top: -4px;
}

.journal-nav .item::after {
    content: '';
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: #e30001;
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    opacity: 0;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    -o-transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
}

.journal-nav .item.active {
    color: #e30001;
    font-size: 24px;
}

.journal-nav .item.active::before {
    opacity: 1;
}

.journal-nav .item.active::after {
    opacity: 1;
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
}

.journal-list {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.journal-list .item {
    width: 20.5%;
    margin-right: 6%;
    margin-bottom: 16px;
}

.journal-list .item:nth-of-type(4n) {
    margin-right: 0;
}

.journal-list .img-box {
    overflow: hidden;
    border: 1px #d8d8d8 solid;
}

.journal-list .img {
    width: 100%;
}

.journal-list .title {
    padding: 8px;
    text-align: center;
}

@media only screen and (min-width: 961px) {
    .journal-nav .item:hover {
        color: #e30001;
    }
    .journal-nav .item:hover::after {
        opacity: 1;
        -webkit-transform: scaleY(1);
            -ms-transform: scaleY(1);
                transform: scaleY(1);
    }
}

@media only screen and (max-width: 960px) {
    .history-list .item {
        padding-bottom: 24px;
        margin-bottom: 24px;
    }
    .history-list .item::before {
        position: relative;
        left: 0;
        top: 0;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
        border-right: 0;
        padding: 0;
        font-size: 18px;
        margin-bottom: 8px;
        display: inline-block;
    }
    .journal-nav {
        position: relative;
        left: 0;
        top: 0;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        max-width: 100%;
        margin-bottom: 24px;
    }
    .journal-nav .item {
        padding: 0;
        margin-right: 16px;
        margin-bottom: 0;
    }
    .journal-nav .item::after {
        display: none;
    }
    .journal-nav .item::before {
        display: none;
    }
    .journal-nav .item.active {
        font-size: 16px;
    }
}

@media only screen and (max-width: 640px) {
    .honor-swiper .title {
        font-size: 13px;
        padding: 8px 12px 0;
    }
    .journal-nav .item {
        font-size: 14px;
    }
    .journal-nav .item.active {
        font-size: 14px;
    }
    .journal-list .item {
        width: 31%;
        margin-right: 3.5%;
        margin-bottom: 8px;
    }
    .journal-list .item:nth-of-type(4n) {
        margin-right: 3.5%;
    }
    .journal-list .item:nth-of-type(3n) {
        margin-right: 0;
    }
    .journal-list .title {
        font-size: 12px;
        padding: 6px;
    }
}

.layout-page01 .inside-main-r {
    border-left: none;
    padding-left: 4px;
}

.layout-page02 .tit {
    font-size: 18px;
    color: #000;
    margin-bottom: 16px;
}

.layout-page02 .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 16px;
    cursor: pointer;
    color: #666;
    line-height: 1.3;
}

.layout-page02 .item.active {
    color: #e30001;
}

.layout-page02 .item.active .title::after {
    background-color: #e30001;
}

.layout-page02 .title {
    padding-right: 24px;
    position: relative;
    cursor: pointer;
    pointer-events: none;
}

.layout-page02 .title::after {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #000 url(../img/icon11.png) no-repeat center;
    background-size: 7px;
    border-radius: 50%;
    margin-left: 8px;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 0;
    margin-top: -6px;
}

.layout-page02 .more {
    color: #e30001;
}

.layout-content .img {
    width: 100%;
}

.sale-content {
    border: 1px #ddd solid;
    padding: 32px;
    margin-top: 32px;
}

.sale-content .list {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.sale-content .tit {
    font-size: 20px;
    line-height: 1.3;
    color: #e30001;
    width: 100%;
}

.sale-content .item {
    width: 30%;
    margin-right: 5%;
    margin-top: 32px;
}

.sale-content .item:nth-of-type(3n) {
    margin-right: 0;
}

.sale-content .title {
    color: #000;
    font-size: 16px;
    margin-bottom: 6px;
}

.sale-content .content {
    line-height: 1.8;
    color: #888;
}

.sale-content .content p {
    margin-bottom: 0;
}

.product-list .item {
    width: 22.5%;
    position: relative;
    padding-bottom: 56px;
    background: #f6f6f6;
    margin-right: 3.33%;
    margin-bottom: 3.33%;
}

.product-list .item:nth-of-type(4n) {
    margin-right: 0;
}

.product-list .container {
    background: #f6f6f6;
    padding: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.product-list .title {
    font-size: 16px;
    line-height: 1;
    color: #000;
    text-align: center;
}

.product-list .main {
    height: 16px;
    overflow: hidden;
    -webkit-transition: height .3s;
    -o-transition: height .3s;
    transition: height .3s;
}

.product-list .more {
    width: 88px;
    background: #e30001;
    color: #fff;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    margin: 12px auto 0;
}

.product-list .img {
    width: 100%;
}

.business-detail01 {
    background: #f9f9f9;
    padding: 28px 0 48px;
}

.business-detail01 .main {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    background: #fff;
}

.business-detail01 .item-l {
    width: 54%;
}

.business-detail01 .item-l .editor-detail {
    line-height: 2;
}

.business-detail01 .item-r {
    width: 46%;
    background: #efefef;
}

.business-detail01 .item {
    padding: 4% 3.5%;
}

.business-detail01 .title {
    color: #e30001;
    padding-bottom: 16px;
    margin-bottom: 16px;
    position: relative;
}

.business-detail01 .title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 10px;
    height: 2px;
    background: #a5a5a5;
}

.business-detail01 .editor-detail {
    font-size: 14px;
}

.business-detail01 .editor-detail ul li:before {
    font-size: 16px;
    padding-right: 14px;
}

.business-detail01 .editor-detail li {
    margin-left: 20px;
}

.business-detail01 .content {
    background: #fff;
    padding: 20px;
    margin-top: 40px;
}

.business-detail02 {
    padding: 48px 0;
}

.business-detail02 .tit {
    color: #333;
    margin-bottom: 20px;
}

.business-detail02 .product-list .item {
    margin-bottom: 0;
}

.vane-swiper {
    padding: 150px 0 0;
    overflow: visible;
}

.vane-swiper .swiper-slide {
    position: relative;
    padding: 100px 0;
    cursor: pointer;
}

.vane-swiper .swiper-slide:nth-of-type(2n) .img {
    background-image: url(../img/vane02.png);
}

.vane-swiper .swiper-slide:nth-of-type(2n) .mark {
    top: auto;
    bottom: 0;
    background-color: #2aa638;
}

.vane-swiper .swiper-slide:nth-of-type(2n) .mark::after {
    top: auto;
    bottom: 0;
    background-color: #2aa638;
}

.vane-swiper .swiper-slide:nth-of-type(2n) .main {
    left: auto;
    right: -6px;
}

.vane-swiper .swiper-slide:nth-of-type(2n) .main::after {
    left: auto;
    right: 20px;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
}

.vane-swiper .bg {
    width: 100%;
    display: block;
}

.vane-swiper .img {
    background: url(../img/vane01.png) no-repeat center;
    background-size: 100%;
}

.vane-swiper .mark {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #009fe8;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    line-height: 1.3;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 1;
    margin-left: -30px;
}

.vane-swiper .mark::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    background-color: #009fe8;
    width: 2px;
    height: 100px;
    margin-left: -1px;
    z-index: -1;
}

.vane-swiper .mark.active .main {
    opacity: 1;
    visibility: visible;
}

.vane-swiper .main {
    width: 180px;
    height: 126px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    color: #333;
    background: #fff;
    position: absolute;
    left: -6px;
    top: -132px;
    z-index: 1;
    font-size: 12px;
    text-align: left;
    line-height: 1.6;
    padding: 10px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility .3s;
    -o-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
}

.vane-swiper .main p {
    margin-bottom: 0;
}

.vane-swiper .main .scroll {
    max-height: 100%;
    overflow-y: auto;
}

.vane-swiper .main ::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: #e4e4e4;
}

.vane-swiper .main ::-webkit-scrollbar-track {
    background-color: #e4e4e4;
}

.vane-swiper .main ::-webkit-scrollbar-thumb {
    background-color: #b1b1b1;
}

.vane-swiper .main::after {
    content: '';
    width: 48px;
    height: 22px;
    background: url(../img/icon12.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: 20px;
    bottom: -22px;
    z-index: 1;
    display: block;
}

.vane-swiper .swiper-scrollbar {
    position: relative;
    bottom: 0;
    margin-top: 40px;
    opacity: 0;
}

@media only screen and (min-width: 961px) {
    .product-list .item:hover .main {
        height: 52px;
    }
}

@media only screen and (max-width: 1200px) {
    .vane-swiper .swiper-scrollbar {
        opacity: 1;
    }
}

@media only screen and (max-width: 960px) {
    .layout-page01 .inside-main-r {
        display: none;
    }
    .layout-page01 .inside-main-l {
        max-width: 100%;
        padding: 36px 0;
    }
    .layout-page02 .item.active {
        color: #666;
    }
    .layout-page02 .item.active .title::after {
        background-color: #000;
    }
    .layout-page02 .title {
        pointer-events: auto;
    }
    .sale-content {
        padding: 24px;
        margin-top: 24px;
    }
    .sale-content .tit {
        font-size: 18px;
    }
    .sale-content .item {
        width: 47.5%;
        margin-top: 24px;
    }
    .sale-content .item:nth-of-type(3n) {
        margin-right: 5%;
    }
    .sale-content .item:nth-of-type(2n) {
        margin-right: 0;
    }
    .product-list .item {
        width: 31.5%;
        margin-right: 2.75%;
        margin-bottom: 2.75%;
        padding-bottom: 0;
    }
    .product-list .item:nth-of-type(4n) {
        margin-right: 2.75%;
    }
    .product-list .item:nth-of-type(3n) {
        margin-right: 0;
    }
    .product-list .container {
        padding: 16px;
        position: relative;
    }
    .product-list .main {
        height: auto;
    }
    .product-list .more {
        display: none;
    }
    .business-detail01 .editor-detail {
        font-size: 13px;
        line-height: 1.5;
    }
    .business-detail01 .item-l .editor-detail {
        line-height: 1.7;
    }
    .business-detail01 .content {
        margin-top: 28px;
    }
    .business-detail02 {
        padding: 40px 0;
    }
    .business-detail02 .product-list .item:nth-of-type(4) {
        display: none;
    }
    .vane-swiper {
        width: 94%;
    }
}

@media only screen and (max-width: 640px) {
    .layout-page01 .inside-main-l {
        padding: 24px 0;
    }
    .layout-page02 .tit {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .sale-content {
        padding: 0;
        border: none;
        border-bottom: 1px #ddd solid;
        padding-bottom: 24px;
        margin-top: 24px;
    }
    .sale-content:last-of-type {
        padding-bottom: 0;
        border-bottom: none;
    }
    .sale-content .tit {
        font-size: 16px;
    }
    .sale-content .title {
        font-size: 15px;
    }
    .sale-content .item {
        width: 100%;
        margin-top: 24px;
        margin-right: 0 !important;
    }
    .product-list .item {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 3%;
    }
    .product-list .item:nth-of-type(4n) {
        margin-right: 3%;
    }
    .product-list .item:nth-of-type(3n) {
        margin-right: 3%;
    }
    .product-list .item:nth-of-type(2n) {
        margin-right: 0;
    }
    .product-list .container {
        padding: 12px;
    }
    .product-list .title {
        font-size: 14px;
    }
    .business-detail01 {
        padding: 0;
    }
    .business-detail01 > .maxwidth {
        width: 100%;
    }
    .business-detail01 .editor-detail {
        font-size: 14px;
    }
    .business-detail01 .item {
        width: 100%;
        padding: 24px 3%;
    }
    .business-detail01 .title {
        font-size: 18px;
    }
    .business-detail01 .content {
        margin-top: 0;
        padding: 24px 3%;
        border-bottom: 1px #ddd solid;
    }
    .business-detail02 {
        padding: 24px 0 32px;
    }
    .business-detail02 .product-list .item:nth-of-type(3) {
        display: none;
    }
}

.news-list .item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.news-list .item-l {
    width: 140px;
}

.news-list .item-r {
    /*width: calc(100% - 140px);*/
    width: 100%;
    border-bottom: 1px #d8d8d8 dashed;
    padding-bottom: 28px;
    margin-bottom: 28px;
}

.news-list .day {
    font-size: 22px;
    color: #e30001;
    line-height: 1;
}

.news-list .title {
    color: #333;
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 12px;
}

.news-list .content {
    color: #777;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}

.news-detail .header {
    border-bottom: 1px #ddd dashed;
    padding-bottom: 28px;
}

.news-detail .day {
    color: #e30001;
    margin-bottom: 4px;
}

.news-detail .title {
    font-size: 18px;
    color: #000;
}

.news-detail .content {
    margin: 28px 0;
    padding-bottom: 10px;
}

.news-detail .footer {
    padding-top: 28px;
    margin-top: 32px;
    border-top: 1px #e8e8e8 solid;
    line-height: 1.4;
    position: relative;
}

.news-detail .footer .item {
    margin-bottom: 10px;
}

.news-detail .footer .txt {
    color: #999;
}

.news-detail .footer .link {
    color: #333;
    position: relative;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.news-detail .footer .link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: #e30001;
    opacity: 0;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: color .3s, -webkit-transform .3s;
    transition: color .3s, -webkit-transform .3s;
    -o-transition: color .3s, transform .3s;
    transition: color .3s, transform .3s;
    transition: color .3s, transform .3s, -webkit-transform .3s;
}

.video-list {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.video-list .item {
    width: 31.5%;
    margin-right: 2.75%;
    margin-bottom: 2.75%;
}

.video-list .item:nth-of-type(3n) {
    margin-right: 0;
}

.video-list .img-box {
    overflow: hidden;
    position: relative;
}

.video-list .img-box::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.4) url(../img/icon10.png) no-repeat center;
    background-size: 40px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.video-list .img {
    width: 100%;
}

.video-list .title {
    color: #333;
    margin: 8px 0 2px;
}

.video-list .day {
    color: #888;
}

@media only screen and (min-width: 961px) {
    .news-list .item:hover .title {
        color: #e30001;
    }
    .news-detail .footer .link:hover {
        color: #e30001;
    }
    .news-detail .footer .link:hover::after {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        opacity: 1;
    }
    .video-list .item:hover .img-box::after {
        opacity: 1;
    }
}

@media only screen and (max-width: 960px) {
    .news-detail .header {
        padding-bottom: 20px;
    }
    .news-detail .content {
        margin: 20px 0;
        padding-bottom: 0;
    }
    .news-detail .footer {
        padding-top: 20px;
        margin-top: 24px;
    }
}

@media only screen and (max-width: 640px) {
    .news-list .day {
        font-size: 15px;
        margin-top: 1px;
    }
    .news-list .item-l {
        width: 100px;
    }
    .news-list .item-r {
        width: calc(100% - 100px);
        padding-bottom: 16px;
        margin-bottom: 16px;
    }
    .news-list .title {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .news-list .content {
        font-size: 13px;
        line-height: 20px;
        height: 40px;
    }
    .news-detail .title {
        font-size: 16px;
        line-height: 1.3;
    }
    .news-detail .day {
        margin-bottom: 6px;
    }
    .news-detail .header {
        padding-bottom: 12px;
    }
    .video-list .item {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 3%;
    }
    .video-list .item:nth-of-type(3n) {
        margin-right: 3%;
    }
    .video-list .item:nth-of-type(2n) {
        margin-right: 0;
    }
    .video-list .day {
        font-size: 12px;
    }
}

.result-list .item:nth-of-type(2n) .img-box {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
}

.result-list .main {
    width: 50%;
    padding: 0 5% 0 5%;
}

.result-list .img-box {
    width: 50%;
}

.result-list .img {
    width: 100%;
}

.result-list .title {
    line-height: 1.4;
    color: #333;
    padding-bottom: 16px;
    margin-bottom: 20px;
    position: relative;
}

.result-list .title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: #333;
    width: 32px;
    height: 1px;
}

.result-list .content {
    line-height: 1.7;
}

.project-list {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.project-list .item {
    width: 23.5%;
    margin-right: 2%;
    border: 1px #e6e6e6 solid;
    padding: 24px 16px;
    background-color: #fff;
    -webkit-transition: background-color .3s, -webkit-transform .3s;
    transition: background-color .3s, -webkit-transform .3s;
    -o-transition: background-color .3s, transform .3s;
    transition: background-color .3s, transform .3s;
    transition: background-color .3s, transform .3s, -webkit-transform .3s;
}

.project-list .item:nth-of-type(4n) {
    margin-right: 0;
}

.project-list .icon {
    height: 44px;
    margin-bottom: 12px;
    position: relative;
}

.project-list .icon .img:nth-of-type(2) {
    opacity: 0;
    position: relative;
}

.project-list .img {
    width: auto;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.project-list .title {
    color: #333;
    font-size: 18px;
    margin-bottom: 8px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.project-list .content {
    font-size: 13px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.project-list .content p {
    margin: 4px 0 0;
    position: relative;
    padding-left: 12px;
    position: relative;
}

.project-list .content p::after {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    background: #e30001;
    border-radius: 50%;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

@media only screen and (min-width: 961px) {
    .project-list .item:hover {
        background-color: #e30001;
        -webkit-transform: translateY(-8px);
            -ms-transform: translateY(-8px);
                transform: translateY(-8px);
    }
    .project-list .item:hover .icon .img:nth-of-type(1) {
        opacity: 0;
    }
    .project-list .item:hover .icon .img:nth-of-type(2) {
        opacity: 1;
    }
    .project-list .item:hover .title {
        color: #fff;
    }
    .project-list .item:hover .content {
        color: #fff;
    }
    .project-list .item:hover .content p::after {
        background-color: #fff;
    }
}

@media only screen and (max-width: 640px) {
    .result-list .item:nth-of-type(2n) .img-box {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
            -ms-flex-order: 0;
                order: 0;
    }
    .result-list .img-box {
        width: 100%;
    }
    .result-list .main {
        width: 100%;
        padding: 24px 0;
    }
    .result-list .title {
        padding-bottom: 12px;
        margin-bottom: 16px;
    }
    .result-list .title::after {
        width: 28px;
    }
    .project-list .icon {
        height: 32px;
    }
    .project-list .item {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
        padding: 20px 12px;
    }
    .project-list .item:nth-of-type(2n) {
        margin-right: 0;
    }
    .project-list .title {
        font-size: 16px;
    }
    .project-list .content {
        font-size: 12px;
    }
    .project-list .content p::after {
        top: 6px;
    }
}

.job-list-title {
    background: #426fdb;
    color: #fff;
    text-align: center;
}

.job-list-title .item {
    width: 25%;
    padding: 10px 20px;
}

.job-list-content .title {
    border-bottom: 1px #e6e6e6 solid;
    cursor: pointer;
}

.job-list-content .title.active .tit:nth-of-type(4) {
    color: #426fdb;
}

.job-list-content .main {
    display: none;
    position: relative;
    border-bottom: 1px #e6e6e6 solid;
}

.job-list-content .tit {
    width: 25%;
    text-align: center;
    padding: 20px;
}

.job-list-content .content {
    line-height: 1.8;
    padding: 24px;
}

.job-list-content .content p {
    margin-bottom: 0;
}

.job-list-content .more {
    padding-bottom: 24px;
}

.job-list-content .btn {
    display: block;
    font-size: 15px;
    margin-left: 24px;
    color: #fff;
    background: #426fdb;
    width: 120px;
    line-height: 36px;
    text-align: center;
}

.welfare-list {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.welfare-list .item {
    width: 44%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 32px;
}

.welfare-list .icon {
    width: 36px;
    margin-top: 4px;
}

.welfare-list .img {
    width: 100%;
}

.welfare-list .main {
    width: calc(100% - 36px);
    padding-left: 16px;
}

.welfare-list .title {
    color: #333;
    font-size: 18px;
    margin-bottom: 8px;
}

.welfare-list .content {
    color: #777;
    line-height: 1.7;
}

.notice-list .link {
    display: block;
    padding: 13px 120px 13px 12px;
    border-top: 1px dashed #ddd;
    position: relative;
}

.notice-list .link:first-of-type {
    border-top: none;
}

.notice-list .link::after {
    content: attr(data-day);
    position: absolute;
    right: 12px;
    top: 50%;
    line-height: 1;
    font-size: 12px;
    margin-top: -6px;
    color: #e30001;
}

.contact-page01 .title {
    color: #333;
    margin-bottom: 12px;
}

.contact-page01 .content {
    line-height: 1.8;
}

.contact-page01 .content p {
    margin-bottom: 0;
}

.contact-map {
    width: 100%;
    height: 500px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    position: relative;
    z-index: 1;
}

.contact-map .amap-logo,
.contact-map .amap-copyright {
    display: none !important;
}

.contact-map .amap-adcombo-close {
    top: 8px;
    right: 12px;
}

.contact-map .info-title {
    color: white;
    font-size: 16px;
    background-color: #e30001;
    line-height: 32px;
    padding: 0 32px 0 16px;
    letter-spacing: 1px;
}

.contact-map .info-content {
    font: 14px Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', Arial;
    padding: 16px;
    color: #666666;
    line-height: 1.5;
}

.contact-map .map-title {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    margin-bottom: 4px;
}

.contact-map .map-content {
    color: #777;
    font-size: 13px;
}

.zf-search {
    padding: 0 10px;
    border: 1px #bcbcbc solid;
    border-radius: 4px;
    margin-left: auto;
}

.zf-search .submit {
    background: url(../img/icon06.png) no-repeat center;
    border: none;
    outline: none;
    padding: 0;
    width: 16px;
    height: 30px;
    background-size: 16px;
    cursor: pointer;
}

.zf-search .input {
    width: 160px;
    height: 30px;
    border: none;
    padding: 0 0 0 8px;
    outline: none;
    color: #333;
    font-size: 13px;
}

@media only screen and (max-width: 1440px) {
    .contact-map {
        height: 320px;
    }
}

@media only screen and (max-width: 1200px) {
    .job-list-content .tit {
        padding: 16px;
    }
}

@media only screen and (max-width: 640px) {
    .job-list-title .item {
        width: 33.33%;
    }
    .job-list-title .item:nth-of-type(4) {
        display: none;
    }
    .job-list-content .tit {
        width: 33.33%;
        font-size: 13px;
        padding: 12px 8px;
    }
    .job-list-content .tit:nth-of-type(4), .job-list-content .tit:nth-of-type(5) {
        display: none;
    }
    .job-list-content .content {
        padding: 12px 8px;
    }
    .job-list-content .more {
        position: static;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        padding-bottom: 20px;
    }
    .job-list-content .btn {
        width: 100px;
        line-height: 32px;
        font-size: 14px;
        margin-bottom: 0;
        margin-right: 12px;
    }
    .job-list-content .title.active .tit {
        color: #426fdb;
    }
    .welfare-list .item {
        width: 100%;
        margin-bottom: 24px;
    }
    .welfare-list .icon {
        width: 24px;
    }
    .welfare-list .main {
        width: calc(100% - 42px);
        padding-left: 12px;
    }
    .welfare-list .title {
        font-size: 16px;
        margin-bottom: 4px;
    }
    .welfare-list .content {
        font-size: 13px;
    }
    .notice-list .link {
        padding: 10px 100px 10px 0;
    }
    .notice-list .link::after {
        right: 0;
    }
    .contact-page01 .content {
        font-size: 13px;
    }
}
